home *** CD-ROM | disk | FTP | other *** search
- /*
- * The original copyright owners of the accompanying source code files have
- * agreed to place such code into the public domain. Accordingly, anyone
- * who receives or obtains a copy of such source code is freely entitled to
- * reproduce, use and otherwise exploit such code (including the right to
- * make derivative works), at his/her own risk and expense, without any
- * obligation or liability to the original copyright owners.
- *
- * We would appreciate (but do not require) that the following message be
- * included in any derivative works:
- *
- * "Portions of this program were developed by Peter Broadwell, Rob Myers
- * and Robin Schaufler while working in Silicon Valley."
- *
- * The accompanying source code files and related documentation materials
- * are distributed on an "AS IS" basis, without any warranties or
- * guarantees of any kind. All implied warranties, including the implied
- * warranties of merchantability and of fitness for any particular purpose,
- * are expressly disclaimed.
- */
- /* Object Ids for panel rendering */
- #define LEAF 0
- #define CAM1 1
- #define CAM2 2
- #define MASTERFLOOR 3
- #define CAM1PART1 4
- #define CAM2PART1 5
- #define CAM3 6
- #define INDIVFLOOR 7
- #define INDSUBHEAD 8
- #define CAM3H 9
- #define INDSIZE 10
- #define INDHEAD 11
- #define INDAZ 12
- #define VANILLA_P 13
- #define VANILLA_T 14
- #define INDSIZET 15
- #define INDHEADT 16
- #define INDAZT 17
- #define FEEDERVARS 18
- #define MALEVARS 19
- #define FEMALEVARS 20
- #define COLORIZERVARS 21
- #define MENU1 22
- #define MENUH1 23
- #define SOPH 24
- #define SOPHH 25
- #define INDSPEED 26
- #define INDSPEEDT 27
- #define WIGGLERVARS 28
- #define TITLEMENU 29
- #define TITLELITE 30
- #define BHMENUOBJ 31
- #define BHLITEOBJ 32
- #define COLORVAL1 33
- #define COLORVAL2 34
- #define COLORVAL3 35
- #define COLORVAL4 36
- #define COLORVAL5 37
- #define COLORVAL6 38
- #define COLORVAL7 39
- #define COLORVAL8 40
- #define COLORVAL9 41
- #define INDSNUFF 42
- #define INDSNUFFT 43
-